From cb27bf77f686bba9c685a805f8ed9746d147298b Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Mon, 29 Nov 2004 20:59:30 +0000 Subject: [PATCH] Fixed 'extra dot' problem with file extension for saroute option git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@999 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/vecs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/vecs.c b/gpsbabel/vecs.c index 81af43c38..6aae8b8a5 100644 --- a/gpsbabel/vecs.c +++ b/gpsbabel/vecs.c @@ -217,7 +217,7 @@ vecs_t vec_list[] = { &saroute_vecs, "saroute", "Delorme Street Atlas Route", - ".anr" + "anr" }, { &navicache_vecs, -- 2.30.2